:root {
    --main: rgba(255, 69, 0, 1);
    /* --sec: #1e1e1e; */
    --main_light: #fff;
    --main-transtion: 0.5s;
}












#main {
    margin-top: 160px;
}

#navbar .dropdown-menu {
    display: block;
}

.cart_empty .btn_shop,
.cart_main_empty .btn_shop {
    background-color: var(--main);
    color: #fff;
    border: 2px solid var(--main);
    padding: 10px 20px;
}

.cart_empty .btn_shop:hover,
.cart_main_empty .btn_shop:hover {
    background-color: #FFF;
    color: #000000;
    border: 2px solid #000000;
}

.cart_main_empty {
    position: absolute;
    top: 31px;
    width: 52%;
    right: 25%;
}

.cartmain_cont {
    position: relative;
    min-height: 431px;
}







.main .bar {
    border: 2px dashed #908c8c;
}

.main .bar .desc {
    color: var(--main);
}

.main .progress-bar-striped {
    background-size: 1rem 1rem;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent) !important;
}

.progress-bar {

    background-color: var(--main);
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-item {
    position: relative;
}

.menu-item a {
    display: block;
    /* padding: 15px 20px; */
    color: white;
    text-decoration: none;
}

.menu-item a:hover {
    /* background-color: #575757; */
}

.dropdown-menu {
    position: absolute;
    /* background-color: #333; */
    list-style-type: none;
    /* padding: 0; */
    /* margin: 0; */
    top: 100%;
}

.dropdown-menu li a {
    padding: 3px 5px;
    color: #848484 !important;

}

@media (min-width: 900px) {
    .menu-item:hover .dropdown-menu {
        display: block !important;
    }



}

.dropdown-menu li a:hover {
    background-color: unset;
    color: var(--main) !important;

}




/* head */
@font-face {
    font-family: BigVesta;
    src: url("../../webfonts/ar/SFProARDisplay-Medium.ttf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

@font-face {
    font-family: Cabin;
    src: url("../../webfonts/Cabin/static/Cabin-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

@font-face {
    font-family: Questv1;
    src: url("../../webfonts/ar/Questv1-Regular.otf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

* {
    font-family: "Cabin";
}

body {
    font-family: "Cabin";
    /* direction: rtl; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.fs-1,
.fs-2,
.fs-3,
.fs-4,
.fs-5,
.fs-6 {
    font-family: "Cabin";
}

a,
button,
a *,
button * {
    text-decoration: none;
    font-family: Rawy;
}

.textarea-label {
    right: -50px;
}


.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    background-image: url("../../images/topnav-background.png");
    background-position: center top;
    height: 40px;
    z-index: 20;
    font-weight: 700;
}

.top-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 69, 0, 1);
    color: white;
    text-decoration: none;
    height: 43px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

/* .top-nav div {
    padding-left: 15px;
} */

@media only screen and (max-width: 1000px) {
    .dropdown-menu {
        box-shadow: none !important;
        padding: 0px !important;
    }

    div#navbarSupportedContent {
        padding-right: 0px !important;
        /* border-bottom: 1px solid rgb(217 217 217); */
        box-shadow: 0px 5px 7px 4px rgba(0, 0, 0, 0.1);
        top: 57px;

    }

    .navbar-expand-lg .navbar-nav li {
        border-top: 1px solid rgb(217 217 217);

    }

    .navbar-expand-lg .navbar-nav a {
        padding: 20px;
    }

    .icons .div_icon {
        border-top: 1px solid rgb(217 217 217);

    }

    .clik_arrow {
        /* background-color: var(--main); */
        color: #a39c9c;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid rgb(217 217 217);
    }

    .clik_arrow i {
        transform: scale(-1);
    }
}

@media (max-width: 1024px) {
    .top-nav {
        height: 60px;
    }

    .top-nav div {
        padding-left: 0px;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .navbar {
        top: 55px !important;
    }
}

/* dark and light mode */
.nav-item label {
    position: relative;
    display: block;
    width: 100px;
    height: 40px;
    background: rgb(251, 248, 248);
    border-radius: 200px;
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.4),
        inset 0 -3px 20px rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active {
    color: rgba(51, 51, 51, 0.7);
    text-decoration: none;
    background-color: unset;
}

.nav-item label::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
    background: linear-gradient(180deg, #ffcc96, #d8865d);
    border-radius: 180px;
    box-shadow: -3px -3px 10px #00000040, 3px 3px 20px #00000040;
    transition: all 0.3s ease-in-out;
}

.nav-item input {
    width: 0;
    height: 0;
    visibility: hidden;
}

.nav-item input:checked+label {
    background: #242424;
}

.nav-item input:checked+label::after {
    left: 100%;
    transform: translateX(-100%);
    background: linear-gradient(180deg, #777, #3a3a3a);
}

.nav-item label:active::after {
    width: 250px;
}

.nav-item label i {
    position: absolute;
    width: 100%;
    top: 10px;
    z-index: 5;
    font-size: 1.3em;
}

.nav-item label .sun {
    position: absolute;
    width: 30px;
    left: 0;
    color: var(--main);
    transition: all 0.3s ease-in-out;
}

.nav-item label .moon {
    left: -5px;
    color: #333;
    transition: all 0.3s ease-in-out;
}

.nav-item input:checked+label .sun {
    color: #5d5d5d;
}

.nav-item input:checked+label .moon {
    color: var(--main);
}

/* end dark and light mode */

/* loader */
#loader {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--sec);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: shake 1.5s;
    z-index: 100100;
}

@keyframes shake {
    0% {
        height: 100vh;
    }

    100% {
        height: 0;
    }
}

.loadingspinner {
    --square: 26px;
    --offset: 30px;
    --duration: 2.4s;
    --delay: 0.2s;
    --timing-function: ease-in-out;
    --in-duration: 0.4s;
    --in-delay: 0.1s;
    --in-timing-function: ease-out;
    width: calc(3 * var(--offset) + var(--square));
    height: calc(2 * var(--offset) + var(--square));
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

.loadingspinner div {
    display: inline-block;
    background: darkorange;
    /*background: var(--text-color);*/
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);*/
    border: none;
    border-radius: 2px;
    width: var(--square);
    height: var(--square);
    position: absolute;
    padding: 0px;
    margin: 0px;
    font-size: 6pt;
    color: black;
}

.loadingspinner #square1 {
    left: calc(0 * var(--offset));
    top: calc(0 * var(--offset));
    animation: square1 var(--duration) var(--delay) var(--timing-function) infinite,
        squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square2 {
    left: calc(0 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square2 var(--duration) var(--delay) var(--timing-function) infinite,
        squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square3 {
    left: calc(1 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square3 var(--duration) var(--delay) var(--timing-function) infinite,
        squarefadein var(--in-duration) calc(2 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square4 {
    left: calc(2 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square4 var(--duration) var(--delay) var(--timing-function) infinite,
        squarefadein var(--in-duration) calc(3 * var(--in-delay)) var(--in-timing-function) both;
}

.loadingspinner #square5 {
    left: calc(3 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square5 var(--duration) var(--delay) var(--timing-function) infinite,
        squarefadein var(--in-duration) calc(4 * var(--in-delay)) var(--in-timing-function) both;
}

@keyframes square1 {
    0% {
        left: calc(0 * var(--offset));
        top: calc(0 * var(--offset));
    }

    8.333% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset));
    }

    100% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset));
    }
}

@keyframes square2 {
    0% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset));
    }

    8.333% {
        left: calc(0 * var(--offset));
        top: calc(2 * var(--offset));
    }

    16.67% {
        left: calc(1 * var(--offset));
        top: calc(2 * var(--offset));
    }

    25.00% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }

    83.33% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }

    91.67% {
        left: calc(1 * var(--offset));
        top: calc(0 * var(--offset));
    }

    100% {
        left: calc(0 * var(--offset));
        top: calc(0 * var(--offset));
    }
}

@keyframes square3 {

    0%,
    100% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }

    16.67% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }

    25.00% {
        left: calc(1 * var(--offset));
        top: calc(0 * var(--offset));
    }

    33.33% {
        left: calc(2 * var(--offset));
        top: calc(0 * var(--offset));
    }

    41.67% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }

    66.67% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }

    75.00% {
        left: calc(2 * var(--offset));
        top: calc(2 * var(--offset));
    }

    83.33% {
        left: calc(1 * var(--offset));
        top: calc(2 * var(--offset));
    }

    91.67% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }
}

@keyframes square4 {
    0% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }

    33.33% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }

    41.67% {
        left: calc(2 * var(--offset));
        top: calc(2 * var(--offset));
    }

    50.00% {
        left: calc(3 * var(--offset));
        top: calc(2 * var(--offset));
    }

    58.33% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
    }

    100% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
    }
}

@keyframes square5 {
    0% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
    }

    50.00% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
    }

    58.33% {
        left: calc(3 * var(--offset));
        top: calc(0 * var(--offset));
    }

    66.67% {
        left: calc(2 * var(--offset));
        top: calc(0 * var(--offset));
    }

    75.00% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }

    100% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }
}

@keyframes squarefadein {
    0% {
        transform: scale(0.75);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.item .rounded_img {
    position: relative;
}

.item .rounded_img::after {
    content: "";
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    position: absolute;
    background-color: #333;
}

.item .rounded_img:hover::after,
.item .rounded_img:focus::after {
    width: 100%;
}

.item .height:hover,
.item .height:focus,
.height.active {
    border: 1px solid rgb(80 80 80) !important;
}


.item .rounded_img:hover::after,
.item .rounded_img:focus::after,
.item .rounded_img.active::after {
    width: 100%;
}

.item {
    overflow: hidden;
}

.item .time {
    background-color: var(--main);
    border: 2px;
    border-color: var(--main);
    color: white;
}

.item .time .counter {
    font-size: 20px;
}

.item .item {
    direction: rtl;
}


/* 
.item .img:hover .main_img_2 {
    transform: scale(1.2);
    visibility: visible;
}

.item .icons {
    display: inline-flex;
    position: absolute;
    top: 10%;
    right: -100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: aliceblue;
    font-size: 18px;
    margin: auto;
    transition: 0.5s;
}

.item .img:hover .icons {
    right: 10%;
} */


.item .images_color img {
    height: 20px;
    width: 20px;
}

.item .desc {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.item .price {
    color: var(--main);
}

.item .btn-add-to-card {
    background-color: var(--main);
}

.btn-shop-now {
    background-color: var(--main);
}

.item .close {
    color: white;
    background-color: red;
    display: block;
    width: fit-content;
    right: 5px;
    top: 4px;
    position: absolute;
    padding: 3px 8px;
}

.item .product_modal {
    background-color: #ffffffc9;
    overflow-y: auto;
    overflow-x: hidden;
}


.item .images_color img {
    height: 20px;
    width: 20px !important;
}

.item .rounded_img img {
    /* height: 35px; */
    width: 100%;
}

.item .addToCartBtn {
    background-color: var(--main);
    border: 0 !important;
}

.item .increse-decrese {
    background-color: rgb(237 64 0) !important;
    border-radius: 6px;
}

.item .decrese,
.item .increse,
.item .product-num {
    background-color: rgb(237 64 0) !important;
    border: 0 !important;
    width: auto !important;
    display: flex;
    align-items: center;
}





.icons-home {
    right: -200px;
    background-color: white;
    padding: 5px;
    transition: 0.5s;
    top: 10px;
}


.item .btn-add-to-card {
    /* transform: translateY(50px); */
    transition: 0.5s;
    background-color: var(--main);
    position: absolute;
    visibility: hidden;
    bottom: -30px;
    left: 0;
}

.item .img img {
    object-fit: cover;
    transition: transform 1s linear;
    width: 100%;
}

.item .img .main_img_2 {
    transform: scale(0.99);

    visibility: hidden;
}


@media (min-width: 900px) {
    .item .img:hover .main_img {
        display: none;
    }

    .item .img:hover .main_img_2 {
        visibility: visible;
        transform: scale(1.2);

    }

    .item .img:hover .btn-add-to-card {
        /* transform: translateY(-100%); */

        visibility: visible;
        bottom: 0;
    }

    .item:hover .icons-home {
        right: 10px;
        color: black;
    }
}

@media (max-width: 900px) {
    .item .btn-add-to-card {
        /* transform: translateY(50px); */
        transition: 0.5s;
        background-color: var(--main);
        position: absolute !important;
        visibility: visible;
        bottom: 0px;
        width: fit-content !important;
    }


    .item .img .main_img_2 {
        transform: scale(0.99);

        visibility: hidden;
        display: none;
    }

    .icons-home {
        right: 10px;
        background-color: white;
        padding: 5px;
        transition: 0.5s;
        top: 10px;
    }

}

/* end loader */

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 40px;
    z-index: 1000;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 10;
    font-weight: 700;
}

.navbar .logo img {
    height: 60px;
}

.navbar .dropdown-item {
    text-align: left;
    color: #333;
}

.dropdown-item {
    /* text-align: right; */
    color: var(--main_light);
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #333 !important;
    margin: 0;
    transition: var(--main-transtion);
    font-size: 16px;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--main) !important;
}

.navbar .navbar-toggler {
    border: 1px solid var(--primary);
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .navbar .navbar-toggler {
        height: 45px !important;
        padding: 6px;
    }

    .navbar .logo img {
        height: 45px;
    }

    .bar1,
    .bar2,
    .bar3 {
        height: 2px !important;
    }

    div#navbarSupportedContent {
        position: absolute;
        top: 50px;
        right: 0;
        background-color: #fff;
        width: 100%;
        margin-right: 0 !important;
        padding-right: 30px;
    }
}

.navbar .icons {
    padding: 0 !important;
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 5px 7px 4px rgba(0, 0, 0, 0.1);
    min-width: 12rem !important;
}

@media (min-width: 992px) and (max-width: 1500px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px !important;
    }

    .nav-item label {
        width: 70px;
        height: 37px;
    }

    .navbar .icons {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 14px !important;
    }

    .navbar .icons button {
        font-size: 14px !important;
    }

    .navbar .icons .mid {
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media (max-width: 576px) {
    .navbar .icons .mid {
        padding: 0 !important;
        margin: 0 !important;
    }

    .navbar .icons button {
        font-size: 14px !important;
    }
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 3px;
    background-color: var(--primary);
    margin: 6px 0;
    transition: 0.4s;
}

.navbar .icons {
    display: flex;
    /* align-items: center; */
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 5px 10px;
    justify-content: center;
    /* margin: 0 0 11px 0; */
}

.navbar .icons button {
    transition: var(--main-transtion);
    white-space: nowrap;
}

.navbar .icons button:hover {
    color: var(--primary);
}

.navbar .icons .mid {
    border: 1px solid var(--primary);
    border-top: none;
    border-bottom: none;
}

.navbar-expand-lg .navbar-nav {
    /* width: 100%; */
    display: flex;
    /* justify-content: space-evenly; */
}

/* .cat-Name {
    position: relative;
    margin-top: 90px;
} */

/* .cat-Name>img {
    width: 100%;
} */
/* .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
ol.breadcrumb {
    margin-top: 10px !important;
}

.breadcrumb a {
    color: var(--primary);
}

.breadcrumb a:hover {
    color: white;
}

.breadcrumb-item+.breadcrumb-item {
    padding-right: 0.5rem;
    display: flex;
} */

/* .breadcrumb {
    margin-top: 85px;
}
.breadcrumb img {
    position: absolute;
    width: 100%;
    z-index: 1;
} */

/*offcanvas  */
/* .navbar  .offcanvas {

} */
@keyframes slideUp {
    from {
        transform: translateY(100%);
        /* Start the animation from bottom */
    }

    to {
        transform: translateY(0);
        /* End the animation at the top */
    }
}

#searchModal {
    transition: all 1s ease-in-out;
    background-color: #fff;
    animation: slideUp 0.5s ease-out;
    /* Apply the animation */
}

#searchModal .btn:hover {
    color: #6c757d;
}

#searchModal .form-control {
    border-width: 0 !important;
}

/* #searchModal.visible {
    transform: translateY(0%);
}
.btn .badge {
    background-color: var(--main);
    font-family: "Questv1";
} */
.btn .badge {
    background-color: var(--main);
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-family: 'Cabin';

}

/* .offcanvas .btn-shopping {
    color: var(--primary);
    font-size: 20px;
} */

.offcanvas .btn-close,
.offcanvas .product-item .btn-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    opacity: 1;
    border: 1px solid white;
}

.offcanvas .product-item .btn-remove {
    color: #000;
    border: 0px;
}

.offcanvas .product-item .distinct {
    color: #000;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.offcanvas .product-item .price {
    color: var(--primary);
}

.offcanvas .product-item .btn-border {
    width: fit-content;
    border: 1px solid var(--primary);
}

.offcanvas .product-item .btn-plus {
    width: 30px;
    height: 30px;
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.offcanvas .product-item .btn-count {
    font-weight: bold;
}

.offcanvas .product-item .col-img {
    position: relative;
    box-shadow: 10px 10px var(--primary);
    border-radius: 4px;
}

.offcanvas .product-item .col-img img {
    height: 100px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

/* .offcanvas-footer {
    color: var(--primary);
    border-top: 1px solid var(--main);
} */

.offcanvas-footer .btn-Check-Out {
    background-color: var(--primary);
    color: white;
}

/*  */

.offcanvas-body .btn-Register {
    background-color: var(--primary);
    color: white;
}

.offcanvas-body .link-login {
    color: var(--primary);
}

.offcanvas-body .btn-google {
    color: white;
}

.offcanvas-body .btn-facebook {
    background-color: #4267b2;
    color: white;
}

/* start css of aside page  */
.offcanvas {
    background-color: #f8f9fa !important;
    color: #000000;
    box-shadow: 0 -5px 10px #0000001a;
    font-weight: 600;
    transition: 0.5s;
}

.product-price {
    font-size: 16px;
    font-weight: 600;
}

.product-price span {
    color: #ff4500;
}

.delete-prodect {
    color: red !important;
}

/* .cart-product {
    padding: 10px 30px;
} */

.cart-product .product {
    background-color: #ffffff;
    padding: 10px;
}

#cart-items_side .product {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
}

.cart-product .product-img {
    flex-basis: 25%;
}

.cart-product .product-img img {
    height: 70px;
    width: 70px;
    object-fit: cover;

}

.cart-product .product_desc {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 15px;

}

.span_cart {
    color: #666;
    font-size: 13px;
}

.cart-product .product-information {
    flex-basis: 60%;
}

.increse-decrese button {
    width: 30px;
    background-color: white;
    border: 1px solid #ff4500;
}

.increse-decrese .product-num {
    width: 40px;
    text-align: center;
    border-top: 1px solid #ff4500;
    border-bottom: 1px solid #ff4500;
}

.product-information i {
    cursor: pointer;
}

.total-price {
    padding: 10px 30px;
}

.total-price .Total-div {
    border-top: 1px dashed #9e9e9e;
}

.aside-cart .aside-icons svg {
    width: 50px;
    border: 1px solid #0000;
}

.aside-cart .aside-icons>a {
    border: 1px solid #e2e2e2;
    padding: 10px;
    color: #000;
}

.aside-bottom {
    background-color: #ffffff;
    padding: 30px 30px;
}

.aside-icons a {
    width: 50px;
    color: #000;
    border: 1px solid #e2e2e2;
    padding: 10px;
}

.btns a {
    padding: 10px 0px;
    color: white;
    width: 100%;
    background-color: #ff4500;
}

.btns a:hover {
    background-color: white;
    border: 1px solid black;
}

.visble-aside {
    right: 0;
}

.delete-aside {
    cursor: pointer;
}

.empty-cart button {
    padding: 5px;
    background-color: #ff4500;
    border: none !important;
    color: white;
}

.empty-cart button:hover {
    color: white;
}

/*offcanvas_tag*/
#offcanvas_tag .btns .btn {
    background-color: var(--main);
    color: var(--main_light);
    border: 1px solid var(--main);
}

#offcanvas_tag .btns .btn:hover {
    background-color: white;
    border: 1px solid black;
    color: #000;
}

.btn,
input {
    box-shadow: none !important;
}

#gift .price {
    color: var(--main);
}

#gift .btn {
    background-color: var(--main);
}

#gift svg {
    width: 50px;
}

#gift {
    background-color: #f9f9f9;
    border: 1px solid #f0f0f0;
}

#offcanvas_shipping .btns .btn {
    background-color: var(--main);
    color: var(--main_light);
    border: 1px solid var(--main);
}

#offcanvas_shipping .btns .btn:hover {
    background-color: white;
    border: 1px solid black;
    color: #000;
}

/* end css of aside page  */
.account-form .container .row .register,
.account-form .row .login {
    border-right: none;
    border-left: 1px solid #dadbdc;
}

.about-text>div:nth-child(2),
.about-text>div:nth-child(3) {
    padding-left: 0 !important;
    padding-right: 122px;
}

@media (max-width: 768px) {
    .about-text>div:nth-child(1) {
        margin-top: 30px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.increse-decrese button {
    width: 25px;
    background-color: white;
    border: 1px solid #666;
    height: 25px;
    color: #666;
}

.increse-decrese .product-num-single {
    /* font-size: 20px; */
    padding-top: 7px;
    width: 40px;
    padding: 7px;
    color: #666;
    text-align: center;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-controle button {
    color: white;
    background-color: var(--main);
    padding: 10px;
}

.single-controle button {
    color: white !important;
}

.increse-decrese button:hover {
    background-color: var(--main);
    color: white;
}

.product-data a[aria-expanded="true"] {
    /* Your styles for when it's true */
    color: var(--main);
    /* For example, change text color to green */
}

/* Style for when aria-expanded is false */
.product-data a[aria-expanded="false"] {
    /* Your styles for when it's false */
    color: black;
    /* For example, change text color to red */
}

.product-data a[aria-expanded="false"] .fa-chevron-up {
    display: none;
    transition: 0.5s;
}

.product-data a[aria-expanded="true"] .fa-chevron-up {
    display: inline;
}

.product-data a[aria-expanded="true"] .fa-chevron-down {
    transition: 0.5s;
    display: none;
}

@media (max-width: 768px) {
    .product-images {
        height: 100px;
    }

    .product-images img {
        height: 80% !important;
        /* width: 100% !important; */
    }
}

@media (max-width: 768px) {
    #main {
        margin-top: 135px !important;
    }
}

.offcanvas-bottom {
    height: 79.9vh;
    border-top: none !important;
}

@media (min-width: 768px) {
    .navbar .icons {
        padding: 0;
    }
}

.product-viwe i {
    color: #9e9e9e;
}

@media (max-width: 786px) {
    .product-viwe {
        /* visibility: hidden; */
        display: none;
    }
}

.footer {
    background-color: rgba(255, 255, 255, 1);
    background-image: url("../../images/7.jpg");
    background-position: center;
    background-size: cover;
    height: auto;
    z-index: 20;
    font-weight: 700;
    margin-bottom: 50px;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 1px solid #000;
    /* border-radius: 50%; */
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 50%;
    height: 50%;
    display: none;
}

.cart_button {
    direction: ltr;
}

.cart_button button {
    background-color: white;
    color: var(--main);
    box-shadow: 0px 0px 15px 2px #0000001a !important;
}

.cart_button span {
    background-color: #000 !important;
}

/* 
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: orange;
    color: white;
  } */
#offcanvas_shipping .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--main) !important;
    color: white;
}

#offcanvas_shipping .select2-container {
    /* box-sizing: border-box; */
    display: block !important;
    margin: 0;
    position: relative;
    width: auto !important;
}

#offcanvas_shipping .select2-results__option {
    padding: 1rem !important;
    overflow: hidden !important;
}

#offcanvas_shipping .select2-search--dropdown .select2-search__field {
    padding: 6px !important;
}

#offcanvas_shipping .select2-container .select2-selection--single {
    height: auto !important;
    padding: 8px !important;
    overflow: hidden !important;
}

#offcanvas_shipping .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

#offcanvas_shipping .select2-search--dropdown {
    display: block;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.05);
}

.search_backdrop .modal-backdrop.show {
    opacity: 0.5;
    display: none !important;
}

/* .search_backdrop .offcanvas{
    margin-top: 18,5px;
    bottom: unset!important;
} */





.btn-wishlist {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: white;
}

.btn-wishlist button {
    border: 0;
    background-color: white;
    width: 40px;
    height: 40px;
}

.button--full-width {
    min-width: 385px;
}

.icon-with-text {
    display: inline-flex;
    align-items: flex-start;
}

.icon-with-text__icon {
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: -2px;
}

.icon-svg--color-silver {
    fill: var(--sec_site);
    color: var(--sec_site);
}

.icon-svg--color-blue {
    fill: var(--sec_site);
    color: var(--sec_site);
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
}

.heart-full {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.btn__effect {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
}

.effect-group .effect {
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    width: 20px;
    transform-origin: 0px 2px;
}

.effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.effect-group .effect:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1.5px;
    height: 3px;
    background: #FF0000;
}

.effect-group .effect:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #ff6600;
    transform: scale(0, 0);
}

.active .heart-stroke {
    opacity: 0;
}

.active .heart-full {
    opacity: 1;
}

.active .icon-svg {
    -webkit-animation: bounceIn 0.5s linear;
    animation: bounceIn 0.5s linear;
}

.active .effect:before {
    -webkit-animation: fireworkLine 0.5s linear 0.1s;
    animation: fireworkLine 0.5s linear 0.1s;
}

.active .effect:after {
    -webkit-animation: fireworkPoint 0.5s linear 0.1s;
    animation: fireworkPoint 0.5s linear 0.1s;
}

.broken-heart {
    position: absolute;
    left: -16px;
    top: 0;
    opacity: 0;
}

.broken-heart--left {
    transform: rotate(0deg);
    transform-origin: 60% 200%;
}

.broken-heart--right {
    transform: rotate(0deg);
    transform-origin: 63% 200%;
}

.broken-heart--crack {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
}

.deactivate .broken-heart {
    opacity: 1;
}

.deactivate .broken-heart--left {
    -webkit-animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
    animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--right {
    -webkit-animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
    animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--crack {
    -webkit-animation: crack 0.2s ease-in forwards;
    animation: crack 0.2s ease-in forwards;
}

.button.one.desktop:not(.active):hover .heart-stroke {
    -webkit-animation: pulse 1s ease-out infinite;
    animation: pulse 1s ease-out infinite;
}

.button.two.desktop:not(.active):hover .heart-stroke {
    -webkit-animation: pulseBlue 1s ease-out infinite;
    animation: pulseBlue 1s ease-out infinite;
}


@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes pulseBlue {
    0% {
        transform-origin: center center;
        transform: scale(1);
        fill: #cccccc;
    }

    50% {
        transform: scale(1.15);
        fill: #FF0000;
    }

    100% {
        transform: scale(1);
        fill: #cccccc;
    }
}

@keyframes pulseBlue {
    0% {
        transform-origin: center center;
        transform: scale(1);
        fill: #cccccc;
    }

    50% {
        transform: scale(1.15);
        fill: #FF0000;
    }

    100% {
        transform: scale(1);
        fill: #cccccc;
    }
}

@-webkit-keyframes fireworkLine {
    0% {
        right: 20%;
        transform: scale(0, 0);
    }

    25% {
        right: 20%;
        width: 6px;
        transform: scale(1, 1);
    }

    35% {
        right: 0;
        width: 35%;
    }

    70% {
        right: 0;
        width: 4px;
        transform: scale(1, 1);
    }

    100% {
        right: 0;
        transform: scale(0, 0);
    }
}

@keyframes fireworkLine {
    0% {
        right: 20%;
        transform: scale(0, 0);
    }

    25% {
        right: 20%;
        width: 6px;
        transform: scale(1, 1);
    }

    35% {
        right: 0;
        width: 35%;
    }

    70% {
        right: 0;
        width: 4px;
        transform: scale(1, 1);
    }

    100% {
        right: 0;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes fireworkPoint {
    30% {
        transform: scale(0, 0);
    }

    60% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 0);
    }
}

@keyframes fireworkPoint {
    30% {
        transform: scale(0, 0);
    }

    60% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }
}

@-webkit-keyframes crackLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes crackLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes crackRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@keyframes crackRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes crack {
    0% {
        stroke-dasharray: 15;
        stroke-dashoffset: 15;
    }

    80% {
        stroke-dasharray: 15;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes crack {
    0% {
        stroke-dasharray: 15;
        stroke-dashoffset: 15;
    }

    80% {
        stroke-dasharray: 15;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}